Creates a new RunningEngine<TGearResult> instance for the given Gear<TGearResult> to run.

Namespace: Keystone.Clockwork
Assembly: Keystone.Clockwork (in Keystone.Clockwork.dll)

public static RunningEngine<TGearResult> CreateRunningEngineFor<TGearResult>( 
Gear<TGearResult> gear 
)
This language is not supported or no code example is available.

Type Parameters

TGearResult

The gear to run result type.

Parameters

gear

Type: Gear<TGearResult>

The gear to run.

Return Value

A new RunningEngine<TGearResult> instance for the given Gear<TGearResult> to run.

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono